Einhugur Word Plugin for Xojo

EinhugurWord.Table Class

Class that represents Table in Word document.

EinhugurWord.DocumentItem
   Table

class EinhugurWord.Table

Constructors

Table (private) Private constructor.

Properties

AltTextDescriptionSets or gets description for Alt Text.
AltTextTitleSets or gets title for Alt Text.
BackgroundColorSets or gets background color for the table.
ColumnCountReturns the number of Columns in the table.
ConditionalFormattingFlagsControls which bits of conditional formatting styles on TableStyle are active on the table.
HasBackgroundColorReturns true if Table has background color, else false.
RowCountReturns the number of Rows in the table.
StyleSets or gets predefined TableStyle for the Table. When reading then nil will be returned no table style has been set.
WidthModeReturns the width mode for the table.

Methods

AppendRowAppends row to the table.
ApplyFieldDataApplies field data to the given Table and its nested child Paragraphs and child tables only.
BorderReturns border info object of given type for the table.
CellReturns TableCell from the table at given column and row index.
ClearBackgroundColorClears background color from the table.
ColumnWidthGetter method for getting column width.
ColumnWidthSetter method for setting column width.
InserPageBreakAfter (Inherited) Inserts page break after this document item.
InserPageBreakBefore (Inherited) Inserts page break before this document item.
InsertParagraphAfter (Inherited) Inserts paragraph after this document item.
InsertParagraphBefore (Inherited) Inserts paragraph before this document item.
InsertSectionBreakAfter (Inherited) Inserts section break after this document item.
InsertSectionBreakBefore (Inherited) Inserts section break before this document item.
RemoveRowRemoves row from the table.
RowReturns TableRow at given index.
SetTableWidthSets width of the table.
TableWidthGets the width of the table.

Constants

ConditionalFormatApplyFirstRow = 32Lets conditional formatting apply to first row if the table style has conditional style for that. Used with the ConditionalFormattingFlags property.
ConditionalFormatApplyLastRow = 64Lets conditional formatting apply to last row if the table style has conditional style for that. Used with the ConditionalFormattingFlags property.
ConditionalFormatApplyFirstColumn = 128Lets conditional formatting apply to first column if the table style has conditional style for that. Used with the ConditionalFormattingFlags property.
ConditionalFormatApplyLastColumn = 256Lets conditional formatting apply to last column if the table style has conditional style for that. Used with the ConditionalFormattingFlags property.
ConditionalFormatDontApplyRowBanding = 512Lets conditional formatting not apply to row banding. (Note the reversed meaning in this flag, its because row banding conditional styling is by default turned) Used with the ConditionalFormattingFlags property.
ConditionalFormatDontApplyColumnBanding = 1024Lets conditional formatting not apply to row column banding. (Note the reversed meaning in this flag, its because column banding conditional styling is by default turned) Used with the ConditionalFormattingFlags property.

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS